html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
input,button,select{outline: 0;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#666;
  outline:none;
  font-family:normal small Arial,Microsoft YaHei,"微软雅黑","宋体",Verdana, Arial, Helvetica, sans-serif !important;
  overflow-x:hidden;
    background:#fff;
    font-weight:Light;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
@media (max-width:1200px){
    body{display:block;overflow:hidden;overflow-y:auto;}
}
input::-webkit-input-placeholder{
	color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ddfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#dfdfdf;
}
/*附加样式调用开始*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.mc{margin:0 auto !important;}
.mn{margin:0 !important;}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px !important;}
.mr5{margin-right:5px !important;}
.mr30{margin-right:30px !important;}
.mb30{margin-bottom:30px !important;}

.pd{padding:0 !important;}
.pt0{padding-top:0 !important;}
.f24{font-size:24px !important;}
.nr{border:0 !important;}
.nr{border-radius:0 !important;}
.nb{background:none !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.dl{display:inline-block !important;}
.hd{display:none;}
.rel{position:relative;}
.abl{position:absolute;}
.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;}
.o000{background:rgba(0, 0, 0, 0.3)!important;filter:Alpha(opacity=30); background:#000;}
.hand{cursor:pointer;}
.upp{text-transform: uppercase;}
.tl{text-align:left !important;}
.tc{text-align:center !important;}
.fw700{font-weight:700 !important;}
.Arial{font-family:"Arial" !important;}
.lt05{letter-spacing:0.5px;}
.lt1{letter-spacing:1px;}
/*加粗设置*/
b,strong,h1,h2{font-weight:bold;}
/*Margin间距*/
/*文字大小*/
/*颜色*/
.c000{color:#000 !important;}
.cfff{color:#fff !important;}
.cee7c1c{color:#ee7c1c !important;}
/*链接属性*/
a{color:#000;}
a:hover{color:#1683d5;}
/*更多按钮*/
.more{clear:both;line-height:32px;padding:0 20px;border-radius:70px;border:#fe0000 solid 2px;color:#fe0000;font-size:14px;overflow:hidden;display:inline-block;}
/*CSS3鼠标经过渐变*/
a,img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover{-webkit-tap-highlight-color:transparent;}
a:link {-webkit-tap-highlight-color:transparent;} 
a:visited {-webkit-tap-highlight-color:transparent;} 
a:active {-webkit-tap-highlight-color:transparent;}
img{max-width:100%;}
/*圆角*/
.boxRound{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
/*投影*/
.shadows{
            box-shadow: 0 0 35px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.noshadows{
            box-shadow: 0 0 0 rgba(0,0,0,0) !important;
       -moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.shadows_code{
            box-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.shadows_edge{
            box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
       -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.pc{display:block;}
.mb{display:none;}
.space{clear:both;height:30px;display:block;}
/*附加样式调用结束*/
/*头部开始*/
header{clear:both;width:100%;height:80px;position:relative;z-index:999;}
header .header{max-width:1200px;margin:0 auto;position:relative;}
header .header .logo{float:left;margin-top:20px;height:43px;}
header .header .logo img{height:100%;}
header .header .openMenu{width:42px;position:absolute;right:0;top:15px;display:none;}
header .header .openMenu img{width:100%;}

phone{float:right;display:block;margin:35px 0 0 10px;color:#009ae1;padding-left:15px;border-left:#666 solid 1px;}
navs{float:right;display:block;margin-right:20px;}

@media (max-width:900px){
	header .header .logo{margin-left:10px;}
	phone{margin:34px 0 0 10px;float:left;border-left:none;margin-left:0;}
}
/*头部结束*/
/*底部开始*/
footer{clear:both;width:100%;height:auto;overflow:hidden;background:#232323;padding:20px 0 0;max-width: 1920px;margin:0 auto;}
footer .footer{clear:both;width:1200px;height:auto;margin:0 auto;line-height:30px;color:#999;font-size:14px;padding: 0 0 20px;font-size:12px;}
footer .footer b{line-height:35px;font-weight:normal;padding:0 0 10px;font-size:14px;color:#fff;}
footer .footer b em{height:35px;display: inline-block;border-bottom:#1887ff solid 2px;line-height:35px;}
footer .footer a{color:#999;}
footer .footer a:hover{color:#fff;}
footer .copy{clear:both;width:100%;line-height:40px;text-align:center;padding:15px 0 0;font-size:12px;color:#888;border-top:#3e3e3e solid 1px;}

.return_top{width:30px;height:30px;background:#fff;color:#232323;border-radius:30px;line-height:30px;margin-top:10px;}
/*底部结束*/